Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sparse block diagonal matrices #1225

Merged
merged 2 commits into from
Sep 27, 2023

Conversation

lgoettgens
Copy link
Contributor

Needed for oscar-system/Oscar.jl#2844. I started with the method in AbstractAlgebra and tried to adapt it as best as possible.

@lgoettgens
Copy link
Contributor Author

The CI errors are going to be fixed by Nemocas/AbstractAlgebra.jl#1448 and are independent of the changes here.

@lgoettgens lgoettgens closed this Sep 26, 2023
@lgoettgens lgoettgens reopened this Sep 26, 2023
@codecov
Copy link

codecov bot commented Sep 26, 2023

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (75dbabf) 74.54% compared to head (d44095a) 74.41%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1225      +/-   ##
==========================================
- Coverage   74.54%   74.41%   -0.13%     
==========================================
  Files         346      346              
  Lines      110806   110830      +24     
==========================================
- Hits        82596    82477     -119     
- Misses      28210    28353     +143     
Files Coverage Δ
src/Sparse/Row.jl 83.03% <100.00%> (ø)
src/Sparse/ZZRow.jl 91.19% <100.00%> (ø)
src/Sparse/Matrix.jl 65.04% <95.83%> (+1.06%) ⬆️

... and 32 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@thofma thofma merged commit 8f64388 into thofma:master Sep 27, 2023
19 of 30 checks passed
@lgoettgens lgoettgens deleted the lg/sparse_block_diag branch September 27, 2023 05:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants